home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nos_kit3.zip / TNC_TNC2.ZIP / README next >
Text File  |  1987-08-26  |  1KB  |  25 lines

  1. This package contains an implementation of the KISS host to TNC protocol,
  2. suitable for use with the TAPR TNC-2 and clones, including the MFJ 1270,
  3. MFJ 1274, Paccomm TNC-200, and others.  The software was written by and
  4. is being maintained by Mike Chepponis K3MC, chepponis@xx.lcs.mit.edu
  5.  
  6. The files TNCBOOT.* contain a bootstrap program that can be burned into ROM,
  7. and used to download Intel format hex files into the TNC RAM.  This is handy
  8. for software development.  The features are that on boot, it will echo all
  9. characters typed to it, a ctrl/E will cause a banner to be printed, and an
  10. Intel format hex file sent to the TNC will be loaded into RAM.  When the 
  11. terminating record is received, the bootstrap will jump to the program start
  12. address in RAM.
  13.  
  14. The files TNCBOTH.* are a special version of the bootstrap, designed to be
  15. overlayed on a 1.1.3 or 1.1.4 TAPR ROM.  When the TNC starts up, it sits in
  16. the bootstrap code, which behaves as before, except that an 'H' will jump 
  17. to the Howie (aka TAPR) code.  
  18.  
  19. The file TNC2TEST.HEX is a sample program that can be downloaded to the TNC
  20. to test out the bootstrap.  It flashes the TNC LED's for kicks...
  21.  
  22. The files TNC2KISS.* are the actual KISS implementation.  The version 
  23. TNC2KISS.HEX is intended to be downloaded with one of the bootstraps, the
  24. version TNC2KISS.ROM is a standalone ROM for the TNC2.
  25.